home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
Pac Man.swf
/
scripts
/
DefineButton2_112
/
BUTTONCONDACTION on(keyPress Right).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
282 b
|
14 lines
on(keyPress "<Right>"){
pmovenew = "right";
if(right eq "1" and re eq "1")
{
if(stop eq "0")
{
setProperty("/dot", _X, dotx + "10");
setProperty("/dot", _rotation, "0");
re = "0";
call("dotcall");
}
}
}